feat(engine): add evaluation runtime tuning#239
Conversation
a3606fa to
9b234e4
Compare
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
[client.py:87 / core.py:31 / server] Three divergent env-int parsers across packages _load_int_env (client.py), _env_positive_int (core.py), and presumably a third in the server package all parse integers from env vars but differ on: empty-string handling, exception type (ValueError vs RuntimeError), and positivity validation. Any fix to one is invisible to the others. |
|
For the env parser consistency note: I fixed the immediate Luna parser inconsistency for empty values in 35a12c1. I did not extract a shared env parser across packages in this PR to avoid broadening the runtime-tuning change. |
44185bb to
1a18fcc
Compare
35a12c1 to
664a78f
Compare
## [3.1.0](ts-sdk-v3.0.0...ts-sdk-v3.1.0) (2026-06-17) ### Features * **engine:** add evaluation runtime tuning ([#239](#239)) ([2f1e5fe](2f1e5fe)) * **server:** bound database connection pool ([#236](#236)) ([80aea8f](80aea8f)) ### Bug Fixes * **evaluators:** configure Luna scorer API URL ([#237](#237)) ([fc516f0](fc516f0)) * **server:** use plain psycopg with OS libpq ([#241](#241)) ([45a33a5](45a33a5))
|
🎉 This PR is included in version 3.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary:
Validation: